All Questions
2 questions
0votes
2answers
206views
Is peer-to-peer a variation of client-server architectural pattern?
According to Software Engineering: Theory and Practice book by Pfleeger and Atlee, Peer-to-peer architectural style is different than Client-Server architectural pattern. But in Mocrsoft's Microsoft ...
4votes
1answer
1kviews
Onion architecture in client-server application
I'm staring new project, cross-platform. I want to use onion architecture there. It will be a simple game (tic tac toe), just for education purposes. This app will be client-server type. Now, I read ...